-
1 diversity selection algorithm using coding
алгоритм выбора сигнала при разнесённой передаче информации с кодированием (при использовании такого алгоритма передаваемая информация кодируется кодом, исправляющим или обнаруживающим ошибки, а на приёмной стороне выбор одного из выходных сигналов декодеров осуществляется путём мажоритарного голосования или по минимуму расстояния между принятым словом и декодированным словом); ср. power selection algorithmАнгло-русский словарь промышленной и научной лексики > diversity selection algorithm using coding
-
2 power selection algorithm
алгоритм выбора канала ( в многоканальном приёмнике) с наилучшей энергетикой; ср. diversity selection algorithm using codingАнгло-русский словарь промышленной и научной лексики > power selection algorithm
-
3 automated station selection algorithm
Engineering: ASSAУниверсальный русско-английский словарь > automated station selection algorithm
-
4 diversity selection algorithm
алгоритм выбора наилучшего канала в СС с разнесением (реализуется в приёмнике СС и заключается в выборе для последующей обработки сигнала того канала приёмника, в котором обеспечивается наименьшая ВОП)Англо-русский словарь промышленной и научной лексики > diversity selection algorithm
-
5 greedy selection algorithm
abbr. GSAалгоритм выбора (напр., оптимальной трассировки) с быстрой реакцией (по принципу «жадного клиента»)Англо-русский словарь промышленной и научной лексики > greedy selection algorithm
-
6 Adaptive Algorithm Selection Method
Software: AASMУниверсальный русско-английский словарь > Adaptive Algorithm Selection Method
-
7 branch and bound selection G algorithm
abbr. BNBалгоритм выбора (напр., оптимальной трассировки) на основе метода ветвей и границ ( ветвлений и ограничений)Англо-русский словарь промышленной и научной лексики > branch and bound selection G algorithm
-
8 алгоритм выборки по ключу
Русско-английский словарь нормативно-технической терминологии > алгоритм выборки по ключу
-
9 алгоритм автоматизированного выбора станции
Engineering: automated station selection algorithmУниверсальный русско-английский словарь > алгоритм автоматизированного выбора станции
-
10 алгоритм поиска кратчайшего маршрута
Русско-английский большой базовый словарь > алгоритм поиска кратчайшего маршрута
-
11 выбор алгоритмов
Mathematics: algorithm selection -
12 генетический алгоритм отбора входных данных
Statistics: genetic algorithm input selectionУниверсальный русско-английский словарь > генетический алгоритм отбора входных данных
-
13 алгоритм сортировки
Русско-английский словарь по информационным технологиям > алгоритм сортировки
См. также в других словарях:
Selection algorithm — In computer science, a selection algorithm is an algorithm for finding the kth smallest number in a list (such a number is called the kth order statistic). This includes the cases of finding the minimum, maximum, and median elements. There are… … Wikipedia
Clonal Selection Algorithm — In Artificial immune systems, Clonal selection algorithms are a class of algorithms inspired by the clonal selection theory of acquired immunity that explains how B and T lymphocytes improve their response to antigens over time called affinity… … Wikipedia
Selection (disambiguation) — Selection may refer to:* Selection, in the context of biological evolution * in computer science ** Selection algorithm, an algorithm that finds the k th smallest number in a list ** Selection (genetic algorithm) ** Selection (relational algebra) … Wikipedia
Algorithm — Flow chart of an algorithm (Euclid s algorithm) for calculating the greatest common divisor (g.c.d.) of two numbers a and b in locations named A and B. The algorithm proceeds by successive subtractions in two loops: IF the test B ≤ A yields yes… … Wikipedia
Selection (genetic algorithm) — Selection is the stage of a genetic algorithm in which individual genomes are chosen from a population for later breeding (recombination or crossover).There are several generic selection algorithms, such as tournament selection and fitness… … Wikipedia
Selection sort — Infobox Algorithm class=Sorting algorithm data=Array time= О(n²) space= О(n) total, O(1) auxiliary optimal=Not usuallySelection sort is a sorting algorithm, specifically an in place comparison sort. It has O( n 2) complexity, making it… … Wikipedia
Selection-based search — A selection based search system is a search engine system in which the user invokes a search query using only the mouse.[1] A selection based search system allows the user to search the internet for more information about any keyword or phrase… … Wikipedia
Memetic algorithm — Memetic algorithms (MA) represent one of the recent growing areas of research in evolutionary computation. The term MA is now widely used as a synergy of evolutionary or any population based approach with separate individual learning or local… … Wikipedia
Fitness proportionate selection — Fitness proportionate selection, also known as roulette wheel selection, is a genetic operator used in genetic algorithms for selecting potentially useful solutions for recombination.In fitness proportionate selection, as in all selection methods … Wikipedia
Natural selection (disambiguation) — Natural selection is the process by which individual organisms with favorable traits are more likely to survive and reproduce.Natural selection may also refer to:* Natural Selection (video game), a modification for the computer game Half Life *… … Wikipedia
Search algorithm — In computer science, a search algorithm, broadly speaking, is an algorithm that takes a problem as input and returns a solution to the problem, usually after evaluating a number of possible solutions. Most of the algorithms studied by computer… … Wikipedia